ComponentOne Xamarin.iOS
IsReadOnly Property (GridRowColCollection<T>)


C1.iOS.Grid Assembly > C1.iOS.Grid Namespace > GridRowColCollection<T> Class : IsReadOnly Property
Gets a value indicating whether the ICollection is read-only.
Syntax
'Declaration
 
Public ReadOnly Property IsReadOnly As Boolean
'Usage
 
Dim instance As GridRowColCollection(Of T)
Dim value As Boolean
 
value = instance.IsReadOnly
public bool IsReadOnly {get;}
See Also

Reference

GridRowColCollection<T> Class
GridRowColCollection<T> Members